From 8e07ffc74c975c200c822480761d0386969fb674 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 29 Jul 2024 11:48:21 -0500 Subject: [PATCH] Use TabIndex in inherited templates --- src/pgwui_common/templates/auth_base.mak | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index e4d2d12..19a82c6 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -203,10 +203,7 @@ <% tab_index.inc(2) %> % for row in extra_rows: - <% - tab_index.inc() - %> - ${row(tab_index.val) | n} + ${row(tab_index) | n} % endfor ${format_row(tab_index)} -- 2.34.1